/**** Calcule sur une base de 360px ****/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.sophrologie_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffeff3;
}

/********* ARTICLE SOPHROLOGIE **********/

.article_sophrologie {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11.1vw;
    padding: 30vw 0 30vw 0
}

.titre_article_sophrologie {
    width: 80vw;
    height: 11.7vw;
    text-align: center;
}

.titre_article_sophrologie h1 {
    font-size: 8.9vw;
    font-weight: 400;
    color: #b36e7a;
    font-family: sans-serif;
}

/********* PARTIE 1 **********/

.partie1_sophrologie {
    width: 90vw;
    height: 315vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10vw
}

.img1_sophrologie {
    width: 56.9vw;
    height: auto;
    box-shadow: 5vw 3.5vw 0 #b36e7a;
}

.quoi_sophrologie {
    width:83.3vw;
    height: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.quoi_sophrologie h3 {
    font-size: 4.2vw;
    font-family: sans-serif;
    line-height: 1.4;
}

.quoi_sophrologie p {
    font-size: 4.2vw;
    font-family: sans-serif;
    line-height: 1.4;
}

.quoi_sophrologie a {
    color: black
}

/********* PARTIE 2 **********/

.partie2_sophrologie {
    width: 83.3vw;
    height: 145vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.partie2_sophrologie h3 {
    width: 77vw;
    font-size: 4.2vw;
    line-height: 1.4;
    font-family: sans-serif;
    align-self: flex-start;
}

.partie2_sophrologie ul {
    width: 72vw;
    height: 132vw;
    font-size: 4.2vw;
    line-height: 1.4;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 6vw;
}

/********* PARTIE 3 **********/

.partie3_sophrologie {
    background-color: #b36e7a;
    width: 85vw;
    height: 170vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8.3vw;
    position: relative
}

.img2_sophrologie {
    width: 74.7vw;
    height: auto;
    position: absolute;
    top: -8.3vw;
    left: 13vw
}

.principe_sophrologie {
    width: 70vw;
    height: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    bottom: 10.2vw
}

.principe_sophrologie h3 {
    font-size: 4.2vw;
    line-height: 1.4;
    font-family: sans-serif;
    color: #ffeff3;
    align-self: flex-start;
}

.principe_sophrologie ul {
    height: 85vw;
    font-size: 4.2vw;
    line-height: 1.4;
    color: #ffeff3;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 6vw;
}

/********* PARTIE 4 **********/

.partie4_sophrologie {
    width:83.3vw;
    height: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.partie4_sophrologie h3 {
    font-size: 4.2vw;
    font-family: sans-serif;
    line-height: 1.4;
}

.partie4_sophrologie p {
    font-size: 4.2vw;
    font-family: sans-serif;
    line-height: 1.4;
}

/********** BOUTON TARIF *********/

.button_tarif {
    width: 45.8vw;
    height: 6.4vw;
    border: 0vw;
    background-color: #6b1e3b;
    border-radius: 13.9vw;
    font-size: 2.6vw;
    font-family: sans-serif;
    color: #ffeff3;
}